home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000490_news@columbia.edu_Thu Dec 15 01:14:01 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10489
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 20 Dec 1994 18:08:45 -0500
  3. Received: by apakabar.cc.columbia.edu id AA11288
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 20 Dec 1994 18:08:44 -0500
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!hookup!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-Kermit 3.14 beta-15 command-line editing bug
  9. Message-Id: <1994Dec15.071401.35510@cc.usu.edu>
  10. Date: 15 Dec 94 07:14:01 MDT
  11. References: <1994Dec11.193319.35169@cc.usu.edu> <lewart.787431308@rsm1.physics.uiuc.edu>
  12. Organization: Utah State University
  13. Lines: 24
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <lewart.787431308@rsm1.physics.uiuc.edu>, d-lewart@uiuc.edu (Daniel S. Lewart) writes:
  17. > jrd@cc.usu.edu (Joe Doupnik) writes:
  18. >>  . Fixed BIOS Int 14 redirection, which was broken a couple edits back.
  19. > Thanks!  Just like Int 14 redirection, the following bug really does occur.
  20. > Typing any of the following four couplets at the MS-Kermit command line
  21. > will generate an unexpected CRLF the second time:
  22. >     set duplex f<Esc><Enter>
  23. >     set duplex f<Esc>
  24. >     set duplex f<Esc><Enter>
  25. >     set duplex h<Esc>
  26. >     set duplex h<Esc><Enter>
  27. >     set duplex f<Esc>
  28. >     set duplex h<Esc><Enter>
  29. >     set duplex h<Esc>
  30. > where <Esc> means the Escape key and <Enter> means the Enter key.  Really.
  31. ---------
  32.     Yup. Fixed now (post beta-15) here.
  33.     Thanks,
  34.     Joe D.